home *** CD-ROM | disk | FTP | other *** search
/ Professional Soft Collection 1.02 / Professional Soft Collection 1.02.iso / nu_adm.100 / install.inf < prev    next >
INI File  |  1994-04-18  |  19KB  |  626 lines

  1. ;**************************************************************************
  2. ;* Install Script for Norton Utilities Administrator                      *
  3. ;**************************************************************************
  4.  
  5. [process]
  6. ; switch69 is true for install, false for uninstall
  7. switch69 = TRUE
  8.  
  9. ; initially overwrite hammer files
  10. switch11 = FALSE
  11.  
  12. switch20 = exists.DllExists
  13.  
  14. #if switch20
  15.    backup.nadmindll
  16. #endif
  17.  
  18. Bitmaps.pix
  19. nnucopy = SetActiveCopy
  20.  
  21. ; bump up the usage on the custom dll
  22. CallProc.LoadSymnet
  23.  
  24. switch01 = IsRegistered
  25. #ifnot switch01
  26.    Registration
  27. #endif
  28.  
  29. ; switch91 = Automatic Installation
  30. ; switch92 = Custom Installation
  31. ; switch93 = Upgrade into Norton Administrator
  32. SelectInstallType
  33.  
  34. ; switch68 is true for upgrade
  35. #if switch93
  36.    switch68 = TRUE
  37. #endif
  38.  
  39. #if switch92
  40.    PrimarySelect
  41. #endif
  42.  
  43. ; if there was an old ini file, blast the data line
  44. switch05 = Exists.NadminFileExists
  45. #if switch05
  46.    DelFromIni.NadminIniFile
  47. #endif
  48.  
  49. ; switch54 - 56 Show Path 1..3 edit, text, button (no shrinkage of dlg)
  50. ; switch57 - 59 Enable Path 1..3 edit, text, button
  51. ; path1 must always exist for upgrade
  52. switch54 = TRUE
  53. switch55 = TRUE
  54. switch56 = TRUE
  55. switch57 = TRUE
  56. switch58 = TRUE
  57. switch59 = TRUE
  58.  
  59. ; get directories for console/agents/databases
  60. CallProc.NetTargetDrive
  61.  
  62. ; set network files readwrite (to overwrite existing files)
  63. CallProc.SetAllFilesToReadWrite
  64.  
  65. ; copy nadmin.utl empty database file if no database exists
  66. switch12 = Exists.NadminUtlFileExists
  67.  
  68. ; copy files
  69. copy
  70.  
  71. ; let hammer initialize itself
  72. ; (now called in custom dll)
  73. #ifnot switch68
  74. Launch.LaunchHammer
  75. #endif
  76.  
  77. ; see if user wants to modify the system login script
  78. ; non netware environments will skip this
  79. ;
  80. ; switch70-79 are place holders for the agents
  81. ;
  82. ; switch15 = TRUE or FALSE depending upon OK or CANCEL
  83. CallProc.FindLoginScript
  84.  
  85. ; callproc here to backup and remove flags for login script
  86. ; assumes file is in szExtStr1 (in CallProc.NetTargetDrive)
  87. #if switch15
  88.    ; change TARGET2 to UNC
  89.    CallProc.BackupTarget2
  90.    CallProc.ChangeToUNC
  91.  
  92.    CallProc.SetLoginScriptRW
  93.    ModifyTextFile.LoginScript
  94.    CallProc.SetLoginScriptRO
  95.  
  96.    ; restore TARGET2 from UNC
  97.    CallProc.RestoreTarget2
  98. #endif
  99.  
  100. ; reenable TSR if it's present
  101. switch25 = CallProcEx.CheckTSR
  102. #if switch25
  103.    CallProcEx.EnableTSR
  104. #endif
  105.  
  106. ; free custom dll
  107. CallProc.FreeSymnet
  108.  
  109. ;set network files readonly
  110. CallProc.SetFilesToReadOnly
  111.  
  112. ; setup windows groups (if not updating previous NAN installation)
  113. #ifnot switch11
  114. groups
  115. #endif
  116.  
  117. ; delete cust.dll
  118. delete.FilesToDelete
  119.  
  120. switch20 = IsInstallShell
  121. #if switch20
  122.    End.ByeShell
  123. #else
  124.    End.ByeNoReboot
  125. #endif
  126.  
  127. end
  128.  
  129. ; SubProc to be executed before we take over as the shell
  130.  
  131. [SubProc]
  132. Backup.nadmindll
  133.  
  134. switch20 = CallProcEx.CheckTSR
  135.  
  136. #if switch20
  137.    CallProcEx.DisableTSR
  138. #endif
  139.  
  140. Return
  141.  
  142.  
  143. ;**************************************************************************
  144. ;* Disks                                                                  *
  145. ;**************************************************************************
  146.  
  147. [InstallVersion]
  148. 3.2
  149.  
  150. [FilesToDelete]
  151. siwcust.dll,  WINDOWS
  152. symkrnl0.dll, WINDOWS
  153. symdb0.dll,   WINDOWS
  154. symnet0.dll,  WINDOWS
  155. symnw30.dll,  WINDOWS
  156. symbv40.dll,  WINDOWS
  157. symlm20.dll,  WINDOWS
  158. symls.dll,    WINDOWS
  159. nautil.dll,   WINDOWS
  160. symgui0.dll,  WINDOWS
  161. symutil0.dll, WINDOWS
  162. ctl3d.dll,    WINDOWS
  163.  
  164. [NadminIniFile]
  165. IniName                    = %s\nadmin.ini, WINDOWS
  166. SectionName                = Data
  167. DefDataDir                 = "*"
  168.  
  169. [LaunchHammer]
  170. "%s\nadmin.exe /VIRGIN", TARGET
  171.  
  172. ;**************************************************************************
  173. ;* Copy                                                                   *
  174. ;**************************************************************************
  175. [nnucopy]
  176.   copymain.basefiles,    "Norton Utilities Administrator - 791K",         0, Y, N, Y  ;;
  177.   copymain.console,      "&Console Utilities - 1791K",                    0, N, Y, Y  ;;
  178.   copysub.helpconsole,   "Help Data Files - 403K",                        0  ;;
  179.  
  180.   copymain.agent,        "&Agents - 1613K",                               0, N, Y, Y  ;;
  181.   copysub.nddagent,      "Disk Doctor Agent - 929K",                      0  ;;
  182.   copysub.rescagent,     "Rescue Disk Agent - 684K",                      0  ;;
  183.  
  184. ;**************************************************************************
  185. ;* Groups                                                                 *
  186. ;**************************************************************************
  187.  
  188. [groups]
  189. "Norton Utilities Administrator",        nadmin.grp  ;;
  190.  
  191. [Norton Utilities Administrator]
  192. "Norton Administrator",                      nadmin.exe,        Console,,TARGET
  193. "Remove Norton Administrator",               "install.exe /u",  Console,,TARGET
  194.  
  195. [nnucopy:copydialog]
  196. caption = "Copying Files"
  197. posx = -10
  198. posy = -10
  199.  
  200. [nnucopy:TypeSelect]
  201. count       = 3
  202. caption     = "Norton Utilities Administrator - Installation Type"  ;;
  203. text        = "Please select the installation type you prefer."
  204. grouptext   = "Install Types"
  205. button1     = "&Automatic Installation"
  206. button2     = "&Custom Installation"
  207. button3     = "&Upgrade"
  208. descrip1    = "Installs the entire Norton Utilities Administrator package with all Tools and Utilities."  ;;
  209. descrip2    = "Lets you choose which modules to install now.  If you need to add more options later, you can re-install."
  210. descrip3    = "Installs Norton Utilities Administrator into an existing Norton Administrator for Networks installation."  ;;
  211.  
  212. [nnucopy:Primary]
  213. caption = "Norton Utilities Administrator - Application Selection"  ;;
  214. button1 = ""
  215. button2 = "&Files..."
  216. button3 = "F&iles..."
  217. button4 = "Fi&les..."
  218. text = primarytext
  219.  
  220. [primarytext]
  221. "Use the 'Files...' button to deselect console, agent, or database files."
  222.  
  223. [nnucopy:Component]
  224. caption = "Norton Utilities Administrator - Component Selection"  ;;
  225. text = "Please choose the components you wish to install.  Highlighted items are selected."
  226. Cancel = "Cancel"
  227.  
  228. [AdvoDefault]
  229. posx = 20
  230. posy = 80
  231. text = AdvoText
  232.  
  233. [AdvoText]
  234. "Be sure to fill out your registration"
  235. "card.  This will allow Symantec to contact"
  236. "you about future product updates."
  237.  
  238.  
  239. ;**************************************************************************
  240. ;* Dialogs/Message box text                                               *
  241. ;**************************************************************************
  242.  
  243. [ByeShell]
  244. caption = "Installation Complete"
  245. "This concludes the installation of"
  246. "Norton Utilities Administrator."  ;;
  247. " "
  248. "Please review the README.TXT file for any last"
  249. "minute additions and/or corrections to the documentation."
  250. " "
  251. "Select one of the exit options."
  252. " "
  253.  
  254. [ByeNoReboot]
  255. caption = "Installation Complete"
  256. "This concludes the installation of "
  257. "Norton Utilities Administrator."  ;;
  258. " "
  259. "Please review the README.TXT file for any last"
  260. "minute additions and/or corrections to the documentation."
  261. " "
  262. "Select one of the exit options."
  263. " "
  264.  
  265. [TargetBrowse]
  266. caption = "Browse Directories"
  267. DefaultDir = C:\
  268.  
  269. [errors]
  270. noprev  =  "Symantec Install for Windows is already running!"
  271.  
  272. [FileCopy]
  273. copycaption   =  "Installing Norton Utilities Administrator"  ;;
  274. errorcaption  =  "Error Copying Files"
  275. insertcaption =  "Insert Diskette"
  276.  
  277. [cancel]
  278. caption = "Norton Utilities Administrator"  ;;
  279. text    = "Are you sure you want to exit?"
  280.  
  281. [cancelshell]
  282. caption = "Norton Utilities Administrator"  ;;
  283. text    = "When you Cancel Install, Windows will exit to the DOS prompt so that the Windows environment can be reset.  Are you sure you want to exit?"
  284.  
  285.  
  286. ;**************************************************************************
  287. ;* Misc install information                                               *
  288. ;**************************************************************************
  289.  
  290. [nadmindll]
  291. siwcust.dll,  siwcust.dll,  SOURCE, WINDOWS
  292. symkrnl0.dll, symkrnl0.dll, SOURCE, WINDOWS
  293. symdb0.dll,   symdb0.dll,   SOURCE, WINDOWS
  294. symnet0.dll,  symnet0.dll,  SOURCE, WINDOWS
  295. symnw30.dll,  symnw30.dll,  SOURCE, WINDOWS
  296. symbv40.dll,  symbv40.dll,  SOURCE, WINDOWS
  297. symlm20.dll,  symlm20.dll,  SOURCE, WINDOWS
  298. symutil0.dll, symutil0.dll, SOURCE, WINDOWS
  299. symls.dll,    symls.dll,    SOURCE, WINDOWS
  300. nautil.dll,   nautil.dll,   SOURCE, WINDOWS
  301. symgui0.dll,  symgui0.dll,  SOURCE, WINDOWS
  302. ctl3d.dll,    ctl3d.dll,    SOURCE, WINDOWS
  303.  
  304. [pix]
  305. color = %s\hammer.bmp
  306.  
  307. ; custom dll functions
  308. [NetTargetDrive]
  309. dll = siwcust.dll
  310. function = NetTargetCustomize
  311.  
  312. [NetWriteInstallData]
  313. dll = siwcust.dll
  314. function = NetWriteInstallData
  315.  
  316. [VerifyAnyOverwrite]
  317. dll = siwcust.dll
  318. function = VerifyAnyOverwrite
  319.  
  320. [RemoveTTSFlags]
  321. dll = siwcust.dll
  322. function = RemoveTTSFlags
  323.  
  324. [SetLoginScriptRW]
  325. dll = siwcust.dll
  326. function = SetLoginScriptRW
  327.  
  328. [SetLoginScriptRO]
  329. dll = siwcust.dll
  330. function = SetLoginScriptRO
  331.  
  332. [RemoveOldLoginScriptInfo]
  333. dll = siwcust.dll
  334. function = RemoveOldLoginScriptInfo
  335.  
  336. [FindLoginScript]
  337. dll = siwcust.dll
  338. function = FindLoginScript
  339.  
  340. [ChangeToUNC]
  341. dll = siwcust.dll
  342. function = ChangeToUNC
  343.  
  344. [BackupTarget2]
  345. dll = siwcust.dll
  346. function = BackupTarget2
  347.  
  348. [RestoreTarget2]
  349. dll = siwcust.dll
  350. function = RestoreTarget2
  351.  
  352. [naLicenseCreator]
  353. dll = siwcust.dll
  354. function = naLicenseCreator
  355.  
  356. [InitHammer]
  357. dll = siwcust.dll
  358. function = InitHammer
  359.  
  360. [StartInitializing]
  361. dll = siwcust.dll
  362. function = StartInitializing
  363.  
  364. [EndInitializing]
  365. dll = siwcust.dll
  366. function = EndInitializing
  367.  
  368. [LoadSymnet]
  369. dll = siwcust.dll
  370. function = LoadSymnet
  371.  
  372. [FreeSymnet]
  373. dll = siwcust.dll
  374. function = FreeSymnet
  375.  
  376. [ExitHookProc]
  377. dll = siwcust.dll
  378. function = ExitHookProc
  379.  
  380. [NadminFileExists]
  381. nadmin.ini, WINDOWS
  382.  
  383. [NadminUtlFileExists]
  384. nadmin.utl, TARGET3
  385.            
  386. [DllsExist]
  387. siwcust.dll,   WINDOWS
  388. symkrnl0.dll,  WINDOWS
  389. symdb0.dll,    WINDOWS
  390. symnet0.dll,   WINDOWS
  391. symnw30.dll,   WINDOWS
  392. symbv40.dll,   WINDOWS
  393. symlm20.dll,   WINDOWS
  394. symutil0.dll,  WINDOWS
  395. symls.dll,     WINDOWS
  396. nautil.dll,    WINDOWS
  397. symgui0.dll,   WINDOWS
  398.  
  399. [CheckTSR]
  400. dll = siwcust.dll
  401. function = IsTSRPresent
  402.  
  403. [DisableTSR]
  404. dll = siwcust.dll
  405. function = DisableDosTSR
  406.  
  407. [EnableTSR]
  408. dll = siwcust.dll
  409. function = EnableDosTSR
  410.  
  411. [SetFilesToReadOnly]
  412. dll = siwcust.dll
  413. function = SetFilesToReadOnly
  414.  
  415. [SetAllFilesToReadWrite]
  416. dll = siwcust.dll
  417. function = SetAllFilesToReadWrite
  418.  
  419. ;**************************************************************************
  420. ;* User Registration                                                      *
  421. ;**************************************************************************
  422.  
  423. [Registration]
  424. caption   =  "Norton Utilities Administrator -- Registration"  ;;
  425. text1     =  regtext
  426. text2     =  "&Name:"
  427. text3     =  "&Company:"
  428. Cancel    =  "Cancel"
  429. Help      =  "&Help"
  430. appname   =  nconapi.dll
  431. appname2  =  smedit.exe
  432. string    =  "Symantec Install for Windows"
  433. active    =  no
  434. serialize =  0
  435. dll       =  siwcust.dll
  436. function  =  ElValidateoDaLaSerial
  437.  
  438. [regtext]
  439. "Welcome to Norton Utilities Administrator"  ;;
  440. " "
  441. "Please register your name and company before continuing:"
  442.  
  443. ;**************************************************************************
  444. ;* Login Script modifications                                             *
  445. ;**************************************************************************
  446. [LoginScript]
  447. caption    = "Modify Login Script File"
  448. text1      = "The following line(s) need to be added to your Login Script file:"
  449. FileSpec   =
  450. FileType   = text
  451. Rem1       = "Rem"
  452. Rem2       = "Remark"
  453. Rem3       = "*"
  454. Rem4       = ";"
  455. FindRems   = 1
  456.  
  457. RemItems   = LoginRemItems
  458. DelItems   = LoginDelItems
  459. AddItems   = LoginAddItems
  460.  
  461. [LoginRemItems]
  462.  
  463. [LoginDelItems]
  464. *NORTON_UTILITIES_ADMINISTRATOR*
  465. *narescue.exe*, switch70
  466. *rescueb.exe*, switch70
  467. *nddnet.exe*, switch71
  468. *nddnetb.exe*, switch71
  469.  
  470. [LoginAddItems]
  471. "Rem Norton_Utilities_Administrator"        ,           APPEND  ;;
  472. "#|s\nddnet.exe",            TARGET2        , switch71, APPEND    ;;
  473. "#|s\narescue.exe",          TARGET2        , switch70, APPEND    ;;
  474.  
  475. ; agents to install, 0=unchecked, 1=checked
  476. [AgentsList]
  477. narescue.exe,  1  ;;
  478. nddnet.exe,    1  ;;
  479.  
  480. ;**************************************************************************
  481. ;* Set Shell section                                                      *
  482. ;**************************************************************************
  483.  
  484. [SetShell]
  485. AppIniName = hammer.ini
  486. WinIniName = win.ini
  487. SystemIniName = system.ini
  488. Message = MessageBox.SetShellMessage
  489. SysSectionName = boot
  490. WinSectionName = windows
  491. shell = %s\install.exe
  492. load =
  493. run =
  494. SetShellIfLoaded=
  495. Backup = Backup.SetShellSave
  496. Restore = Backup.SetShellRestore
  497. Active = yes
  498. IfActiveList=LoadedList
  499. SubProcess=SubProc
  500.  
  501. [SetShellSave]
  502. win.ini, win.$nn, WINDOWS
  503. system.ini, system.$nn, WINDOWS
  504.  
  505. [SetShellRestore]
  506. system.$nn, system.ini, WINDOWS
  507. win.$nn, win.ini, WINDOWS
  508.  
  509. ; install will take over as the shell if any of the followin are loaded
  510. [LoadedList]
  511. ctl3d
  512. nadist
  513. nadistw
  514. nainv
  515. nameter
  516. nameterw
  517. nanode
  518. nanodew
  519. symkrnl0
  520. symdb0
  521. symutil0
  522. symgui0
  523. symls
  524. nautil
  525.  
  526. [SetShellMessage]
  527. caption = "Norton Utilities Administrator -- Install"  ;;
  528. "Welcome to Norton Utilities Administrator program"  ;;
  529. " "
  530. "Please press OK to allow Install"
  531. "to restart Windows and continue"
  532. "the installation.  Press Cancel to exit."
  533.  
  534. [WindowsVersion]
  535. 3.10
  536. "Norton Utilities Administrator requires"  ;;
  537. "Microsoft Windows version 3.1 or later."
  538.  
  539. [TargetDialogUpgrade]
  540. Dir1  = "&Main Program/Console Directory:"
  541. Dir2  = "&Agent Directory:"
  542. Dir3  = "&Data Directory:"
  543. Text1 = TargetDialogTextUpgrade
  544.  
  545. ; max length = 1k
  546. [TargetDialogTextUpgrade]
  547. "You have selected to upgrade"
  548. " "
  549. "Please select the directories that contain an existing installation of"
  550. "Norton Administrator for Networks" 
  551. " "
  552. "Once all directories have been selected, press OK to continue."
  553. " "
  554.  
  555. [TargetDialog]
  556. Dir1  = "&Main Program/Console Directory:"  ;;
  557. Dir2  = "&Agent Directory:"  ;;
  558. Dir3  = "&Data Directory:"  ;;
  559. Text1 = TargetDialogText
  560.  
  561. ; max length = 1k
  562. [TargetDialogText]
  563. "Please select the directories that are to contain Norton Utilities Administrator"  ;;
  564. "Once all directories have been selected, press OK to continue."
  565. " "
  566. "The following security issues should be kept in mind:"
  567. "  -- The SUPERVISOR needs READ/WRITE access to the Console directory." ;;
  568. "  -- USERS need READ access to the Agents directory."  ;;
  569. "  -- USERS need READ/WRITE access to the Data directory."  ;;
  570.  
  571. ; 1.44M Installation
  572. ;size=1.44M
  573. ;total=2
  574.  
  575. [Disks]
  576. 1=A:\, "Norton Utilities Administrator, Program Disk #1"
  577. 2=A:\, "Norton Utilities Administrator, Program Disk #2"
  578.  
  579. [NNUCOPY.disk1]
  580. NDDNET.EXE,              "Norton Disk Doctor",         Link:NDDAGENT, TARGET2 , SIZE:453110
  581. NDDNETB.EXE,              "Norton Disk Doctor (non-swapping)",         Link:NDDAGENT, TARGET2 , SIZE:446454
  582. NARESCUE.EXE,              "Norton Rescue",         Link:RESCAGENT, TARGET2 , SIZE:344112
  583. INSTBIN.EXE,              "Symantec Installer",         Link:BASEFILES, TARGET , SWITCH11 , SIZE:249712
  584. SYMGUI0.DLL,              "Norton Graphical User Interface",         Link:CONSOLE, TARGET , SIZE:185312
  585. NCONAPI.DLL,              "Norton Console DLL",         Link:BASEFILES, TARGET , SWITCH11 , SIZE:201136
  586. SYMKRNL0.DLL,              "Symantec Kernel DLL",         Link:CONSOLE, TARGET , SIZE:121424
  587. NUA.HLP,              "Norton Utilities Administrator Help",         Link:HELPCONSOLE, TARGET , SIZE:96930
  588. SYMDB0.DLL,              "Database Engine",         Link:CONSOLE, TARGET , SWITCH11 , SIZE:120656
  589. SIWDLL.DLL,              "Symantec Install DLL",         Link:BASEFILES, TARGET , SWITCH11 , SIZE:82464
  590. SIWCUST.DLL,              "Symantec Install DLL",         Link:BASEFILES, TARGET , SWITCH11 , SIZE:74016
  591. SYMUTIL0.DLL,              "Norton Misc Utilities",         Link:CONSOLE, TARGET , SIZE:73824
  592. INSTALL.EXE,              "Symantec Installer",         Link:BASEFILES, TARGET , SWITCH11 , SIZE:37136
  593. SYMINSTL.HLP,              "Symantec Install DLL",         Link:BASEFILES, TARGET , SWITCH11 , SIZE:26273
  594. NAUTIL.DLL,              "Norton Admin Utility Library",         Link:CONSOLE, TARGET , SWITCH11 , SIZE:46720
  595. SYMNET0.DLL,              "Norton Network DLL",         Link:CONSOLE, TARGET , SWITCH11 , SIZE:49760
  596. INSTALL.INF,              "Symantec Install Script",         Link:BASEFILES, TARGET , SWITCH11 , SIZE:21270
  597. NPACK22.EXE,              "Compression Engine",         Link:CONSOLE, TARGET , SWITCH11 , SIZE:19902
  598. SYMLS.DLL,              "Licensing Server API",         Link:CONSOLE, TARGET , SWITCH11 , SIZE:45232
  599. SIWZIP.DLL,              "Symantec Install DLL",         Link:BASEFILES, TARGET , SWITCH11 , SIZE:29278
  600. SIW3ZIP.DLL,              "Symantec Install DLL",         Link:BASEFILES, TARGET , SWITCH11 , SIZE:28254
  601. README.TXT,              "Readme File",         Link:CONSOLE, TARGET , SWITCH11 , SIZE:10594
  602. CTL3D.DLL,              "3D Control Effects",         Link:BASEFILES, SYSTEM , VersionCheck, SIZE:15856
  603. SYMNW30.DLL,              "Norton NetWare Network DLL",         Link:CONSOLE, TARGET , SWITCH11 , SIZE:19632
  604. LZEXPAND.DLL,              "Windows 3.1 Shareable DLL",         Link:BASEFILES, TARGET , SWITCH11 , VersionCheck, SIZE:9936
  605. SYMBV40.DLL,              "Norton Vines Network DLL",         Link:CONSOLE, TARGET , SWITCH11 , SIZE:11664
  606. SYMLM20.DLL,              "Norton LanManager Network DLL",         Link:CONSOLE, TARGET , SWITCH11 , SIZE:11216
  607. UNINSTAL.INF,              "Symantec Install Script",         Link:BASEFILES, TARGET , SWITCH11 , SIZE:15214
  608.  
  609. [NNUCOPY.disk2]
  610. RESCUEB.EXE,              "Norton Rescue (non-swapping)",         Link:RESCAGENT, TARGET2 , SIZE:337456
  611. NADMIN.HLP,              "Help File",         Link:HELPCONSOLE, TARGET , SWITCH11 , SIZE:294777
  612. SYMCHRT0.DLL,              "Charting Engine",         Link:CONSOLE, TARGET , SWITCH11 , SIZE:268944
  613. UTIL.NNL,              "Console Add-in",         Link:CONSOLE, TARGET , SIZE:103104
  614. NWNETAPI.DLL,              "NetWare DLL",         Link:CONSOLE, TARGET , SWITCH11 , SIZE:106047
  615. SYMFAT0.DLL,              "Symantec Disk DLL",         Link:CONSOLE, TARGET , SIZE:56128
  616. SYMSYS0.DLL,              "Symantec System File DLL",         Link:CONSOLE, TARGET , SIZE:45136
  617. NLPR.DLL,              "Printing Engine",         Link:CONSOLE, TARGET , SWITCH11 , SIZE:28432
  618. EXPORT.DLL,              "Database Conversion DLL",         Link:CONSOLE, TARGET , SWITCH11 , SIZE:27024
  619. SYMFMT0.DLL,              "Symantec Disk Format DLL",         Link:CONSOLE, TARGET , SIZE:19552
  620. NDDNET.MSG,              "Norton Disk Doctor Data File",         Link:NDDAGENT, TARGET2 , SIZE:31866
  621. WHELP0.DLL,              "Help Tools",         Link:HELPCONSOLE, TARGET , SIZE:12368
  622. DBDATA.DLL,              "Database Caching Engine",         Link:CONSOLE, TARGET , SWITCH11 , SIZE:10544
  623. NADMIN.EXE,              "Norton Administrator Console",         Link:CONSOLE, TARGET , SWITCH11 , SIZE:7136
  624. RESCUE.INI,              "Norton Rescue Data File",         Link:RESCAGENT, TARGET3 , SIZE:7171
  625. NADMIN.UTL,              "Utilities Database File",         Link:DATA, TARGET3 , SWITCH12 , SIZE:4096
  626.